home *** CD-ROM | disk | FTP | other *** search
/ AmigActive 10 / AACD 10.iso / AACD / Resources / CDROM / Amiga_MO_FAQ / DOSDrivers-3½ / FFS / MO1300 < prev    next >
Text File  |  1999-06-22  |  843b  |  33 lines

  1. /* $VER: MO1300 40.1 (22.6.99)
  2.  *
  3.  * 1.3GB 3½" MO file system entry
  4.  *
  5.  * This file enables FastFileSystem on a 1.3GB 3½" MO disk cartridge.
  6.  */
  7.  
  8. /* 1.3GB 3½" MO disks have 625633 2048-byte sectors. 16909*37 = 625633 */
  9.  
  10. FileSystem    = L:FastFileSystem_43.20    /* At least FFS 40.1 required for 2K sector support */
  11. Flags        = 0
  12. Surfaces    = 1
  13. BlocksPerTrack    = 37
  14. SectorsPerBlock    = 1
  15. SectorSize    = 2048
  16. Mask        = 0x7FFFFFFE    /* Change to suit your system and SCSI controller */
  17. MaxTransfer    = 0xFFFFFFFE    /* Change to suit your system and SCSI controller */
  18. Reserved    = 2
  19. Interleave    = 0
  20. LowCyl        = 0
  21. HighCyl        = 16908
  22. Buffers        = 96        /* Number of 2048-byte filesystem buffers */
  23. BufMemType    = 1
  24. StackSize    = 600
  25. Priority    = 10
  26. GlobVec        = -1
  27.  
  28. /* The Device and Unit fields are controlled by tooltypes in the MO1300 icon.
  29.  *
  30.  * Device    = scsi.device
  31.  * Unit        = 4
  32.  */
  33.